home *** CD-ROM | disk | FTP | other *** search
/ Business Assistant / Business Assistant.iso / acctg / tx40c / bp.bat < prev    next >
DOS Batch File  |  1988-08-19  |  493b  |  24 lines

  1. echo off
  2. cls
  3. cd\MANAGEX {here, substitute the name of the subdirectory containing MANAGEX}
  4. cls
  5. echo wait...
  6. if exist chncnfrm.fyl erase chncnfrm.fyl
  7. :MANAGEX
  8. if exist end.fyl goto RETURN
  9. if exist moe.exe if exist input.exe input
  10. billpowr
  11. if not exist util.bat goto RETURN
  12. echo off
  13. cls
  14. util
  15. goto MANAGEX
  16. :RETURN
  17. echo off
  18. if exist util.bat erase util.bat
  19. cls
  20. if exist end.fyl erase end.fyl
  21. cls
  22. cd\ROOT {here, substitute the name of the subdirectory containing MX.BAT}
  23. cls
  24.